home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0209.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  868 b   |  29 lines

  1. On Fri, 20 Mar 1998, Jens Vang Petersen wrote:
  2.  
  3. > Hello,
  4. > Question:
  5. > If I get a QBasic listing in ASCII from a PC (Yack), how much work should I
  6. > expect to get it running in AMOS Pro ???
  7. > How big is the diffrence on the two ??
  8. > -- 
  9. > Kind regards from
  10.  
  11. It depends on what you are trying to port. Math, and PRINT stuff should be
  12. easy. Graphics will require a working knowledge of QBasic graphics commands,
  13. so you can translate them, but I think most of them have Amos equivalents.
  14. QBasic is a basic basic it doesn't have things like Amos bob commands.
  15. Lastly for PEEK, and POKE you will need to understand what their doing, or
  16. CALLing. I've doen Apple// to ADAM, but not QBasic to AMOS, but I did dabble
  17. a little with QBasic, and if you have a good working knowledge of the two
  18. languages it should be simple enough. 
  19.  
  20. Eric Hyland
  21. a007193t@bc.seflin.org
  22.  
  23.  
  24.  
  25.  
  26.  
  27.